home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 March / march_2000.iso / Security / Windows Washer / wwinstall.exe / setup.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Encoding:
Text File  |  1999-12-20  |  1.2 KB  |  62 lines

  1. object Form3: TForm3
  2.   Left = 308
  3.   Top = 148
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Choose Installation Directory'
  7.   ClientHeight = 267
  8.   ClientWidth = 303
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 3
  21.     Top = 218
  22.     Width = 78
  23.     Height = 13
  24.     Caption = 'Install Directory: '
  25.   end
  26.   object DirectoryListBox1: TDirectoryListBox
  27.     Left = 0
  28.     Top = 26
  29.     Width = 297
  30.     Height = 185
  31.     ItemHeight = 16
  32.     TabOrder = 0
  33.     OnChange = DirectoryListBox1Change
  34.     OnClick = DirectoryListBox1Click
  35.   end
  36.   object BitBtn1: TBitBtn
  37.     Left = 211
  38.     Top = 243
  39.     Width = 84
  40.     Height = 20
  41.     Caption = 'OK'
  42.     TabOrder = 1
  43.     OnClick = BitBtn1Click
  44.   end
  45.   object DriveComboBox1: TDriveComboBox
  46.     Left = 2
  47.     Top = 3
  48.     Width = 157
  49.     Height = 19
  50.     DirList = DirectoryListBox1
  51.     TabOrder = 2
  52.     OnChange = DriveComboBox1Change
  53.   end
  54.   object Edit1: TEdit
  55.     Left = 82
  56.     Top = 215
  57.     Width = 214
  58.     Height = 21
  59.     TabOrder = 3
  60.   end
  61. end
  62.